home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / DEVELOPER / HYPERMAIL.ARC / !hypermail_h_print < prev    next >
Encoding:
Text File  |  1994-07-26  |  468 b   |  24 lines

  1. /*
  2. ** Copyright (C) 1994, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 7/14/94
  6. */
  7.  
  8. void writearticles();
  9. void printbody();
  10. void writedates();
  11. void printdates();
  12. void writethreads();
  13. void printthreads();
  14. void writesubjects();
  15. void printsubjects();
  16. void writeauthors();
  17. void printauthors();
  18. void checkreplies();
  19. char *makefilename();
  20. void printcomment();
  21. void printfooter();
  22. void progerr();
  23. void usage();
  24.